ComponentOne ASP.NET MVC Controls
ShowGroups Method (ListBoxBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : ShowGroups Method
The value.
Configurates C1.Web.Mvc.ListBox<T>.ShowGroups. Sets a value that determines whether the drop-down should include group header items to delimit data groups.
Syntax
'Declaration
 
Public Function ShowGroups( _
   ByVal value As Boolean _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> ShowGroups( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members